home *** CD-ROM | disk | FTP | other *** search
/ Amiga Tools 3 / Amiga Tools 3.iso / audio / hippoplayer / arexx / hip_play1.rexx < prev    next >
OS/2 REXX Batch file  |  1992-09-02  |  91b  |  9 lines

  1. /* HippoPlayer - Play <file> */
  2.  
  3. parse arg filename
  4.  
  5. address 'HIPPOPLAYER'
  6.  
  7. play filename
  8.  
  9.